home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / nohand11.zip / NOHANDLE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-05-11  |  545b  |  67 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = U_Name()
  24.     Tokenize STRING001
  25.     STRING001 = GetToken()
  26.     STRING001 = Left(STRING001, 1) + Lower(Right(STRING001, Len(STRING001) - 1))
  27.     KbdStuff STRING001
  28.  
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ; Usage report (before postprocessing)
  32. ;
  33. ; ■ Statements used :
  34. ;
  35. ;    3       Let 
  36. ;    1       Tokenize 
  37. ;    1       KbdStuff 
  38. ;
  39. ;
  40. ; ■ Functions used :
  41. ;
  42. ;    1       +
  43. ;    1       -
  44. ;    1       Len(
  45. ;    1       Lower()
  46. ;    1       Left()
  47. ;    1       Right()
  48. ;    1       U_Name()
  49. ;    1       GetToken()
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Analysis flags : No flag
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Postprocessing report
  58. ;
  59. ;    0       For/Next
  60. ;    0       While/EndWhile
  61. ;    0       If/Then or If/Then/Else
  62. ;    0       Select Case
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;                 AEGiS Corp - Break the routines, code against the machines!
  66. ;------------------------------------------------------------------------------
  67.